[@main]
#IF
checkmonmap rzbattle4 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 4 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room4.txt
addnamelist battlesystem/room5.txt
goto @nextroom

[@nextroom]
<Room 4 Completed>\
\
Well done on completing the forth room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 5/@room5> || <Exit/@giveup>

[@room5]
#IF
checkhum rzbattle5 1
#ACT
goto @error
#ELSEACT
monclear rzbattle5
Param1 rzbattle5
Param2 20
Param3 20
MonGen Woomataurus 1 10
MonGen FlamingWooma 10 10
mapmove rzbattle5

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room5>

